wechat-miniprogram / wechat-miniprogram/api-typings
chooseInvoiceTitle接口ChooseInvoiceTitleSuccessCallbackResult类型有误
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 803
- Forks
- 117
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
interface ChooseInvoiceTitleSuccessCallbackResult {
/** 银行账号 */
bankAccount: string
/** 银行名称 */
bankName: string
/** 单位地址 */
companyAddress: string
/** 错误信息 */
errMsg: string
/** 抬头税号 */
taxNumber: string
/** 手机号码 */
telephone: string
/** 抬头名称 */
title: string
/** 抬头类型
*
* 可选值:
* - 0: 单位;
* - 1: 个人; */
type: 0 | 1
}
根据小程序文档type类型为string
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.
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.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100