|
@@ -184,6 +184,7 @@ class AppController extends Controller
|
|
* @apiSuccess {String} order_type 订单类型[普通充值、包年、包月、包季]
|
|
* @apiSuccess {String} order_type 订单类型[普通充值、包年、包月、包季]
|
|
* @apiSuccess {String} push_msg_id 推送消息id,标记用[custom_开头是客服消息,template_开头是模板消息,下划线后是id]
|
|
* @apiSuccess {String} push_msg_id 推送消息id,标记用[custom_开头是客服消息,template_开头是模板消息,下划线后是id]
|
|
* @apiSuccess {String} ip 订单创建IP地址
|
|
* @apiSuccess {String} ip 订单创建IP地址
|
|
|
|
+ * @apiSuccess {Int} activity_id 活动ID
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* @apiSuccessExample {json} Success-Response:
|
|
* HTTP/1.1 200 OK
|
|
* HTTP/1.1 200 OK
|
|
* {
|
|
* {
|
|
@@ -205,6 +206,7 @@ class AppController extends Controller
|
|
* "user_charge_times": 1,
|
|
* "user_charge_times": 1,
|
|
* "push_msg_id": "custom_4041988",
|
|
* "push_msg_id": "custom_4041988",
|
|
* "ip": "36.18.52.247",
|
|
* "ip": "36.18.52.247",
|
|
|
|
+ * "activity_id": 2522,
|
|
* }
|
|
* }
|
|
* ],
|
|
* ],
|
|
* "meta": {
|
|
* "meta": {
|