## 商家端支付

使用

```
const {content,init,submit} = usePayment({
  onPaymentSuccess: () => {
    // 支付成功
  },
})



return content

```
