6
0
Fork 0
release
panliang 2022-06-13 11:19:56 +08:00
parent 1b012ea9b1
commit 55112c13e7
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ class ShareBgController extends Controller
$disk = Storage::disk('public');
$app = $this->getWechatApp();
$scene = http_build_query([
'invite_code' => $user->userInfo->code
'invite_code' => $user->userInfo->code
]);
$response = $app->app_code->getUnlimit($scene, [

View File

@ -21,6 +21,7 @@ class DatabaseSeeder extends Seeder
AgentSeeder::class,
VipsTableSeeder::class,
AdminUserSeeder::class,
ShippingSeeder::class,
]);
if (! App::isProduction()) {
@ -28,7 +29,6 @@ class DatabaseSeeder extends Seeder
ProductPartSeeder::class,
ProductCategorySeeder::class,
AdAddressSeeder::class,
ShippingSeeder::class,
ProductAttrSeeder::class
]);
}