添加饿了退单,美团账单刷新

This commit is contained in:
邹宗楠
2023-04-27 14:20:26 +08:00
parent 3a49c8ca25
commit 2ce4bee032
5 changed files with 91 additions and 86 deletions

View File

@@ -7,6 +7,11 @@ import (
"git.rosy.net.cn/baseapi/utils"
)
func TestCancelOrder(t *testing.T) {
err := api.OrderDisagreeReturnGoods("4007560108986061407", "1939575364735607", "1")
fmt.Println(err)
}
func TestOrderGet(t *testing.T) {
result, err := api.OrderGet("4055150105296238277")
if err != nil {