mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 21:09:43 +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: "https://demo.shopxo.net/",
|
||||||
request_url: 'http://localhost/project/shopxo/service/',
|
//request_url: 'http://localhost/project/shopxo/service/',
|
||||||
|
|
||||||
// 基础信息
|
// 基础信息
|
||||||
application_title: "ShopXO电商系统",
|
application_title: "ShopXO电商系统",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
namespace Api\Controller;
|
namespace Api\Controller;
|
||||||
|
|
||||||
use Service\ResourcesService;
|
use Service\ResourcesService;
|
||||||
|
use Service\OrderService;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 我的订单
|
* 我的订单
|
||||||
|
Loading…
Reference in New Issue
Block a user