🎨 规范化部分代码格式和命名

This commit is contained in:
Binary Wang
2019-11-02 21:47:21 +08:00
parent 913aec6e93
commit acc0833622
4 changed files with 49 additions and 53 deletions

View File

@@ -78,9 +78,7 @@ public class ProfitSharingRequest extends BaseWxPayRequest {
@Override
protected void checkConstraints() throws WxPayException {
/**
* 目前仅支持HMAC-SHA256
*/
// 目前仅支持HMAC-SHA256.
this.setSignType(WxPayConstants.SignType.HMAC_SHA256);
}
}