release
parent
bedd2aeb06
commit
8d4e119108
|
|
@ -33,6 +33,7 @@ class ShareBgController extends Controller
|
||||||
$app = $this->getWechatApp();
|
$app = $this->getWechatApp();
|
||||||
$scene = http_build_query([
|
$scene = http_build_query([
|
||||||
'invite_code' => $user->userInfo->code,
|
'invite_code' => $user->userInfo->code,
|
||||||
|
'a' => 1
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$response = $app->app_code->getUnlimit($scene, [
|
$response = $app->app_code->getUnlimit($scene, [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue