github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/mch/core/const.go (about) 1 package core 2 3 const ( 4 ReturnCodeSuccess = "SUCCESS" 5 ReturnCodeFail = "FAIL" 6 ) 7 8 const ( 9 ResultCodeSuccess = "SUCCESS" 10 ResultCodeFail = "FAIL" 11 ) 12 13 const ( 14 SignType_MD5 = "MD5" 15 SignType_SHA1 = "SHA1" 16 SignType_HMAC_SHA256 = "HMAC-SHA256" 17 )