ProcessQuestionPic中处理京东返回不正常图片地址的问题

This commit is contained in:
gazebo
2019-11-29 15:29:25 +08:00
parent 581b544864
commit b582b55493
3 changed files with 40 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ func TestUpdateStoreFreightConfigNew(t *testing.T) {
}
func TestPrivilegeSearchUser(t *testing.T) {
result, err := api.PrivilegeSearchUser(1, 1)
result, _, _, err := api.PrivilegeSearchUser(1)
if err != nil {
t.Fatal(err)
}