http 自助充值
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
* @Author: kangkang
|
* @Author: kangkang
|
||||||
* @Date: 2020-09-30 17:32:46
|
* @Date: 2020-09-30 17:32:46
|
||||||
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
* @LastEditors: “wanyongkang” “937888580@qq.com”
|
||||||
* @LastEditTime: 2023-06-30 17:56:11
|
* @LastEditTime: 2023-11-29 13:57:52
|
||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
@@ -28,7 +28,7 @@ return [
|
|||||||
'port' => 3306,
|
'port' => 3306,
|
||||||
'dbname' => 'hualianyun',
|
'dbname' => 'hualianyun',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'qaz123!@#',
|
'password' => '123456789',
|
||||||
],
|
],
|
||||||
// 线上数据库连接
|
// 线上数据库连接
|
||||||
'formal_db' => [
|
'formal_db' => [
|
||||||
@@ -36,7 +36,7 @@ return [
|
|||||||
'port' => 3306,
|
'port' => 3306,
|
||||||
'dbname' => 'hualianyun',
|
'dbname' => 'hualianyun',
|
||||||
'username' => 'root',
|
'username' => 'root',
|
||||||
'password' => 'qaz123!@#',
|
'password' => '123456789',
|
||||||
],
|
],
|
||||||
//线上地址
|
//线上地址
|
||||||
'formal_origin' => [
|
'formal_origin' => [
|
||||||
@@ -47,19 +47,18 @@ return [
|
|||||||
// 跨域请求
|
// 跨域请求
|
||||||
'origin' => [
|
'origin' => [
|
||||||
'http://www.juip.wyk',
|
'http://www.juip.wyk',
|
||||||
'http://admin.juip.wyk',
|
|
||||||
'http://www.juip.com',
|
'http://www.juip.com',
|
||||||
'http://localhost:5000',
|
'http://localhost:5000',
|
||||||
'http://juip.com',
|
'http://juip.com',
|
||||||
'http://wiwuw.juip.com',
|
'http://wiwuw.juip.com',
|
||||||
'http://localhost:8081',
|
'http://localhost:8081',
|
||||||
'http://register.wyk',
|
|
||||||
'http://popularize.juip.com',
|
'http://popularize.juip.com',
|
||||||
'http://agent.juip.com',
|
'http://agent.juip.com',
|
||||||
'http://refund.juip.com',
|
'http://refund.juip.com',
|
||||||
'http://account.juip.com',
|
'http://account.juip.com',
|
||||||
'http://select_addr.juip.com',
|
'http://select_addr.juip.com',
|
||||||
'http://rg.jkip.com'
|
'http://rg.jkip.com',
|
||||||
|
'http://http.wyk'
|
||||||
],
|
],
|
||||||
//支付宝
|
//支付宝
|
||||||
'alipay' => [
|
'alipay' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user