mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
user
This commit is contained in:
@ -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;
|
||||
|
||||
/**
|
||||
* 我的订单
|
||||
|
||||
Reference in New Issue
Block a user