修改发送手机号

This commit is contained in:
2023-04-06 15:31:31 +08:00
parent ae9903f48e
commit d984bf0784
7 changed files with 242 additions and 24 deletions
+5
View File
@@ -90,4 +90,9 @@ return [
"client_secret" => env('PRE_PLAT_CLIENT_SECRET', '0baa5927164710b9f800bf33546b6da3'),
"api_url" => env('PRE_PLAT_APP_URL', 'http://49.233.3.200:6304/api/thridapi/'),
],
'regulatory_platform' => [ // 四川省互联网医疗服务监管平台
"client_id" => env('REG_PLAT_CLIENT_ID', '09b117f8d1eb4dbfbf565447205ea60f'),
"client_secret" => env('REG_PLAT_CLIENT_SECRET', 'dcfd9223a3f448b0aae83ce22cdcc015'),
"api_url" => env('REG_PLAT_APP_URL', 'https://202.61.88.184:19200/'),
],
];