# 支付 下列有关使用uni.requestPayment进行支付的描述中,错误的是? ## 答案 uni.requestPayment的signType是非必填项。 ## 选项 ### A 在微信小程序中,uni.requestPayment只能拉起微信支付。 ### B nonceStr参数在微信小程序环境下是必填项。 ### C 微信小程序支付中,signType仅支持MD5、HMAC-SHA256 和RSA三种。