抖音授权登录,小程序门店切换,门店状态改变日志打印!

This commit is contained in:
邹宗楠
2022-04-15 18:09:48 +08:00
parent 852a4f555d
commit df304dcc81
13 changed files with 110 additions and 77 deletions

View File

@@ -84,7 +84,7 @@ func TestUpdateStore2(t *testing.T) {
// }
func TestSyncQualify(t *testing.T) {
storeDetail, err := dao.GetStoreDetail(dao.GetDB(), 102610, model.VendorIDJD)
storeDetail, err := dao.GetStoreDetail(dao.GetDB(), 102610, model.VendorIDJD, "")
if err != nil {
t.Fatal(err.Error())
}