@RestController(value="dev-user-thirdpart-wxpub") @RequestMapping(value="/dev/user/wxpub") public class UserThirdpartWxPubController extends BaseController
request, response
构造器和说明 |
---|
UserThirdpartWxPubController() |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<String> |
getWxgzhCode() |
void |
getWxgzhManage(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
ApiResult<String> |
sendWxPub(Map<String,Object> paramMap)
发送微信消息
|
ApiResult<String> |
wxPublicUnbind()
解绑微信公众
|
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken
@PostMapping(value="/getWxgzhCode") @Permission(value="") public ApiResult<String> getWxgzhCode() throws TokenAuthenticationException, UnsupportedEncodingException, SQLException, BusiException
@RequestMapping(value="/wx/callback", method={GET,POST}) public void getWxgzhManage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws Exception
Exception
@PostMapping(value="/sendWxPub") @Permission(value="") @Transactional(rollbackFor=java.lang.Exception.class) public ApiResult<String> sendWxPub(@RequestBody Map<String,Object> paramMap) throws Exception
paramMap
- Exception
@PostMapping(value="/unbind") @Permission(value="") public ApiResult<String> wxPublicUnbind() throws TokenAuthenticationException
TokenAuthenticationException
- errorCopyright © 2025. All rights reserved.