Просмотр исходного кода

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

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
faabdc2a9f
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),


Загрузка…
Отмена
Сохранить