Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

小程序服务商 - 获取 URL Link 及 查询小程序 url_link 配置 #576

Merged
merged 3 commits into from
Jun 28, 2022

Conversation

yueyue1zhe
Copy link
Contributor

No description provided.

@@ -1,6 +1,10 @@
package miniprogram

import (
"fmt"

context2 "github.com/silenceper/wechat/v2/miniprogram/context"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

miniContext replace context2

@@ -30,3 +58,13 @@ func (miniProgram *MiniProgram) GetComponent() *component.Component {
func (miniProgram *MiniProgram) GetBasic() *basic.Basic {
return basic.NewBasic(miniProgram.openContext, miniProgram.AppID)
}

/*
GetURLLink 小程序URL Link接口
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释 是不是统一成 // 开头的行注释

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已按照提示完成以上两处修改

@houseme houseme merged commit ded5a10 into silenceper:v2 Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants