mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 04:49:33 +08:00
user
This commit is contained in:
parent
288b3dd73c
commit
a344e1143a
@ -46,7 +46,7 @@ App({
|
||||
|
||||
// 请求地址
|
||||
request_url: "https://demo.shopxo.net/",
|
||||
request_url: 'http://localhost/project/shopxo/service/',
|
||||
//request_url: 'http://localhost/project/shopxo/service/',
|
||||
|
||||
// 基础信息
|
||||
application_title: "ShopXO电商系统",
|
||||
|
@ -3,6 +3,7 @@
|
||||
namespace Api\Controller;
|
||||
|
||||
use Service\ResourcesService;
|
||||
use Service\OrderService;
|
||||
|
||||
/**
|
||||
* 我的订单
|
||||
|
Loading…
Reference in New Issue
Block a user