This commit is contained in:
richboo111
2022-07-22 14:05:15 +08:00
parent 92dffeba1d
commit ed5deec4f4
3 changed files with 21 additions and 55 deletions

View File

@@ -0,0 +1,15 @@
package financial
import (
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
"testing"
)
func TestOnWXPayFinished(t *testing.T) {
var (
ctx *jxcontext.Context
)
if _, err := WXInvestMember(ctx, 1, "1303D7B2096011ED9A4C525400C36BDA", true); err != nil {
t.Logf("微信购买会员失败")
}
}