- 清理京东活动API的一些小问题

This commit is contained in:
gazebo
2019-05-15 09:40:57 +08:00
parent a42516c76e
commit 25177457bb
6 changed files with 40 additions and 42 deletions

View File

@@ -81,7 +81,7 @@ func TestGetOrderApplyCancelCallbackMsg(t *testing.T) {
func TestSimulateSendNewOrderMsg(t *testing.T) {
orderInfo := &CallbackOrderMsg{
BillID: "813344594000041",
StatusID: OrderStatusNew,
StatusID: OrderStatusPurchased,
Timestamp: utils.GetCurTimeStr(),
}
params := make(url.Values)