支付模块
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
268 B

  1. package test
  2. import (
  3. "code.fnuoos.com/go_rely_warehouse/zyos_go_pay.git/md"
  4. "code.fnuoos.com/go_rely_warehouse/zyos_go_pay.git/pay"
  5. "testing"
  6. )
  7. func TestUniPayByJoin(t *testing.T) {
  8. pay.UniPayByJoin(&md.JoinPayReq{},"a12ceace4cc5423eae32b4626adf56c9" ,false)
  9. }