更新中台商品
This commit is contained in:
parent
5668887a5c
commit
1f2b24969e
|
@ -39,7 +39,7 @@ class BaseAdminController extends BaseLikeAdminController
|
||||||
$this->reqHeader = [
|
$this->reqHeader = [
|
||||||
"appid:".env('app.app_id'),
|
"appid:".env('app.app_id'),
|
||||||
"timestamp:".time(),
|
"timestamp:".time(),
|
||||||
"sign:".makeSign(['appid'=>env('app.app_id'),'timestamp'=>time()],env('app.app_secret'))
|
"sign:".makeSign(['appid'=>env('app.app_id'),'timestamp'=>time()], env('app.app_secret'))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue