Commit 242c1c7b authored by shajiaiming's avatar shajiaiming

fix

parent 04666181
......@@ -23,7 +23,7 @@ class PlatformCoinsController extends BaseController
$type = Yii::$app->request->post('type', '');
$header = Yii::$app->request->headers;
$deviceCode = $header['deviceCode'] ?? null;
$deviceCode = $header['FZM-REQUEST-UUID'] ?? null;
if(empty($platform_id) || empty($coins_address) || empty($type)){
return ['code' => -1,'data' => null, 'msg' => '缺少必要的参数'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment