This commit is contained in:
hoteas
2022-05-03 22:40:02 +08:00
parent 7d36ad95a7
commit ce8059b0a0
16 changed files with 343 additions and 60 deletions
+13
View File
@@ -64,3 +64,16 @@ func (that *h5Program) GetSignUrl(signUrl string) (*js.Config, error) {
return cfg1, nil
}
// GetSignUrl js url签名
//func (that *h5Program) GetJsPay(signUrl string) (*js.Config, error) {
// //
// //js := that.OfficialAccount().GetJs()
// //
// //cfg1, e := js.GetConfig(signUrl)
// //if e != nil {
// // return nil, e
// //}
//
// return cfg1, nil
//}