Commit 24ffc563 authored by shajiaiming's avatar shajiaiming

sove conflict

parent a7e74c03
......@@ -105,7 +105,7 @@ class AirDropController extends BaseController
goto doEnd;
}
doEnd :
return ['code' => $this->code, 'msg' => $this->msg, 'data' => $this->data];
return ['code' => $this->code, 'msg' => $this->msg, 'data' => (int)$this->data];
}
public function actionBatchDraw()
......
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