fnps
This commit is contained in:
@@ -76,3 +76,9 @@ func IsErrShopExist(err error) bool {
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func (a *API) UpdateStore(createStoreParam *CreateStoreParam) (err error) {
|
||||
params := utils.Struct2FlatMap(createStoreParam)
|
||||
_, err = a.AccessAPI("v2/chain_store/update", TestURL, params, true)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user