aa
This commit is contained in:
@@ -674,6 +674,7 @@ type UpdateBasicParam struct {
|
|||||||
AddCode2 int `json:"addCode2"`
|
AddCode2 int `json:"addCode2"`
|
||||||
AddCode3 int `json:"addCode3"`
|
AddCode3 int `json:"addCode3"`
|
||||||
CategoryID1 int `json:"categoryId1"`
|
CategoryID1 int `json:"categoryId1"`
|
||||||
|
ExStoreID int `json:"exStoreID"`
|
||||||
QualificationRequests []*QualificationRequests `json:"qualificationRequests"`
|
QualificationRequests []*QualificationRequests `json:"qualificationRequests"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -735,6 +736,7 @@ func (a *API) UpdateBasic(updateBasicParam *UpdateBasicParam) (err error) {
|
|||||||
"addCode2": updateBasicParam.AddCode2,
|
"addCode2": updateBasicParam.AddCode2,
|
||||||
"addCode3": updateBasicParam.AddCode3,
|
"addCode3": updateBasicParam.AddCode3,
|
||||||
"categoryId1": updateBasicParam.CategoryID1,
|
"categoryId1": updateBasicParam.CategoryID1,
|
||||||
|
"exStoreId": updateBasicParam.ExStoreID,
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"source": "pc",
|
"source": "pc",
|
||||||
"requestId": reqID,
|
"requestId": reqID,
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ func TestCreateEntityStore(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestDeleteStoresByID(t *testing.T) {
|
func TestDeleteStoresByID(t *testing.T) {
|
||||||
err := api.DeleteStoresByID(24563933)
|
err := api.DeleteStoresByID(1000125321)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user