chooseInvoiceTitle接口ChooseInvoiceTitleSuccessCallbackResult类型有误
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Bug
- Clarity
- Clearly specified
- Activity status
- Stale
- Tech stack
- typescript
- Domain
- api
Research direction
Search the TypeScript API typings for ChooseInvoiceTitleSuccessCallbackResult and compare its type field with the WeChat Mini Program documentation shown in the issue. Update the declaration so the field matches the documented string type, then run the repository’s relevant type checks or tests if available.
Written by the indexing model from the issue text.
Description
interface ChooseInvoiceTitleSuccessCallbackResult {
/** 银行账号 */
bankAccount: string
/** 银行名称 */
bankName: string
/** 单位地址 */
companyAddress: string
/** 错误信息 */
errMsg: string
/** 抬头税号 */
taxNumber: string
/** 手机号码 */
telephone: string
/** 抬头名称 */
title: string
/** 抬头类型
*
* 可选值:
* - 0: 单位;
* - 1: 个人; */
type: 0 | 1
}
根据小程序文档type类型为string
- Dominant language
- TypeScript
- Stars
- 803
- Forks
- 117
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from wechat-miniprogram/api-typings
-
getBLEMTU没有类型定义 Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 62/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
All issues in wechat-miniprogram/api-typings
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·