文档描述中返回字段的结构如下
StockEntity{
stock_use_rule:StockUseRule
distributed_coupons:int
}
但是例子的嵌套结构与之不匹配
{ "stock_id": "9836588", "stock_creator_mchid": "123456", "stock_name": "微信支付批次", "status": "paused", "create_time": "2015-05-20T13:29:35.120+08:00", "description": "微信支付营销", "stock_use_rule": { "max_coupons": 100, "max_conpons_by_day": 40, "max_amount": 5000, "max_amount_by_day": 400, "fixed_normal_coupon": null, "no_cash": true, "stock_type": "NORMAL", "distributed_coupons": 100, "max_coupons_per_user": 3, "singleitem": true, "coupon_type": "NORMAL", "order_tag": "123456" }, "available_begin_time": "2015-05-20T13:29:35.120+08:00", "available_end_time": "2015-05-20T13:29:35.120+08:00"}
以哪个为准?
请问你是怎么跑通这个接口的?
已文档为准。