7 lines
165 B
Go
7 lines
165 B
Go
package jdapi
|
|
|
|
// ImStatusModify 开启全平台或者单门店im通知
|
|
func (a *API) ImStatusModify(waiterPin, stationId string, typePattern int, status bool) {
|
|
|
|
}
|