...
|
...
|
@@ -28,8 +28,8 @@ class Business extends Api |
|
|
$this->auth->id = 1;//测试用
|
|
|
$postParam = $this->request->param();
|
|
|
$this->postParam = $postParam;
|
|
|
if (empty($postParam['code'])) {
|
|
|
$this->error("门店code异常");
|
|
|
if (empty($postParam['store_id'])) {
|
|
|
$this->error("门店store_id异常");
|
|
|
}
|
|
|
$this->store_id = $postParam['code'];
|
|
|
$store = Db::name("verification_store")->where("id", $this->store_id)->find();
|
...
|
...
|
|