Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiCls ¶
type ApiCls struct {
// contains filtered or unexported fields
}
func NewThirdApi ¶
func (*ApiCls) AddMerchantClsLogTopic ¶
AddMerchantClsLogTopic godoc @Summary 新增商户的日志主题和日志集 @Security ApiKeyAuth @Description 新增商户的日志主题和日志集 @accept application/json @Produce application/json @Param data body third.AddMerchantClsLogTopicRequest true "商户名称,商户id,名称空间" @Tags ThirdTencent @Success 200 {object} base.Response @Router /third/tencent/cls/topic/addMerchantClsLogTopic [post]
func (*ApiCls) DeleteMerchantLog ¶
DeleteMerchantLog godoc @Summary 删除商户日志主题和日志集 @Security ApiKeyAuth @Description 删除商户日志主题和日志集 @accept application/json @Produce application/json @Param data body third.DeleteMerchantLog true "商户名称,商户id" @Tags ThirdTencent @Success 200 {object} base.Response @Router /third/tencent/cls/topic/deleteMerchantLog [post]