Переглянути джерело

[微信开发平台][修改]:小程序查询

release_toaliyun_real
Stormeye Wu 7 роки тому
джерело
коміт
d398f3219c
2 змінених файлів з 4 додано та 1 видалено
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml
  2. +1
    -1
      mallinkWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java

+ 3
- 0
mallinkService/src/main/resources/mapper/WxAuthorizerInfoMapper.xml Переглянути файл

@@ -102,6 +102,9 @@
<if test=" null != id ">
and ai.`id` = #{id}
</if>
<if test=" null != name ">
and ai.`name` like concat('%', #{name},'%')
</if>
<if test=" null != authorizerAppid ">
and ai.`authorizer_appid` = #{authorizerAppid}
</if>


+ 1
- 1
mallinkWechatOpen/src/main/java/com/iformall/controller/WxWeappInfoController.java Переглянути файл

@@ -72,7 +72,7 @@ public class WxWeappInfoController extends BaseController {
private WxTemplateMsgService templateMsgService;


@ApiOperation("分页列表接口")
@ApiOperation(value = "分页列表接口", notes = "查询支持小程序类型,名称,appid,version")
@GetMapping("list")
@ApiImplicitParams({
@ApiImplicitParam(name = "pageNum", value = "页数", dataType = "int", paramType = "query", required = true),


Завантаження…
Відмінити
Зберегти