apth
This commit is contained in:
parent
dba4fdac2f
commit
27880a0de8
|
@ -110,9 +110,6 @@ func (o *MpSdk) GetUnlimitedQRCode(params map[string]interface{}) ([]byte, error
|
|||
}
|
||||
|
||||
func (o *MpSdk) GetScheme(params map[string]interface{}) (string, error) {
|
||||
if _, ok := params["path"]; !ok {
|
||||
return "", errors.New("path参数缺失")
|
||||
}
|
||||
|
||||
if _, ok := params["env_version"]; !ok {
|
||||
params["env_version"] = "release"
|
||||
|
|
Loading…
Reference in New Issue