public class TestEnvironmentFunctions extends FunctionRule
log, slog| 构造器和说明 |
|---|
TestEnvironmentFunctions() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.JSONObject |
orderAcceptedTest(String order_original_id)
接受订单(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderArriveTest(String order_original_id)
完成到店(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderFetchTest(String order_original_id)
完成取货(测试接口仅测试环境有效)
|
static com.alibaba.fastjson.JSONObject |
orderFinishTest(String order_original_id)
完成配送(测试接口仅测试环境有效)
|
public static com.alibaba.fastjson.JSONObject orderAcceptedTest(String order_original_id) throws Exception
order_original_id - Exceptionpublic static com.alibaba.fastjson.JSONObject orderArriveTest(String order_original_id) throws Exception
order_original_id - Exceptionpublic static com.alibaba.fastjson.JSONObject orderFetchTest(String order_original_id) throws Exception
order_original_id - ExceptionCopyright © 2019. All rights reserved.