This commit is contained in:
苏尹岚
2021-02-03 11:18:30 +08:00
parent 1c9f710b45
commit fb55dd6a85
8 changed files with 20 additions and 8 deletions

View File

@@ -550,7 +550,7 @@ func (c *PurchaseHandler) GetShopIDsByPage() (vendorStoreIDs []string, err error
return vendorStoreIDs, err
}
func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName string) (vendorStoreID string, err error) {
func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName string, params map[string]interface{}) (vendorStoreID string, err error) {
return vendorStoreID, err
}